.mm-hidden {
	display: none!important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.mm-panel.mm-opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
	z-index: 1
}

.mm-panel.mm-noanimation {
	-webkit-transition: none!important;
	transition: none!important
}

.mm-panel.mm-noanimation.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 30px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	box-sizing: border-box;
	height: 30px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -1px;
	z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-next:after,
.mm-prev:before {
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
}

.mm-prev:before {
	content: "\AB";
	margin-right: .5rem;
	display: inline;
	font-size: 16px;
}

.mm-next:after {}

.mm-navbar {
	border-top: 1px solid #5e5e5e;
	background: #444;
	text-align: center;
	line-height: 20px;
	height: 25px;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.mm-navbar>* {
	display: block;
	padding: 2px 0
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-navbar .mm-title {
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-navbar .mm-btn:first-child {
	left: 0
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none
}

.mm-listview>li {
	position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0
}

.mm-listview>li:not(.mm-divider):after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.mm-listview>li:not(.mm-divider):after {
	left: 20px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
	margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	transition: background 300ms ease;
	margin-right: 0;
	color: rgba(255, 255, 255, .7);
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}

.mm-menu {
	background: #3C9591;
	border-color: #3C9591;
	color: rgba(255, 255, 255, .7)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: rgba(255, 255, 255, .7)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(255, 255, 255, .7)
}

.mm-menu .mm-listview {
	border-color: rgba(255, 255, 255, .7)
}

.mm-menu .mm-listview>li .mm-next:after {
	border-color: rgba(255, 255, 255, .7)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .7);
	tap-highlight-color: rgba(255, 255, 255, .7)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, .7)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1
}

html.mm-opened {
	overflow-x: hidden;
	position: relative
}

html.mm-blocking {
	overflow: hidden
}

html.mm-blocking body {
	overflow: hidden
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
	display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
	z-index: 10
}

.mm-menu.mm-offcanvas {
	width: 80%;
	min-width: 140px;
	max-width: 250px
}

html.mm-opening .mm-menu~.mm-slideout {
	cursor: pointer;
	box-shadow: -2px 0 6px rgba(0, 0, 0, 0.4), 4px 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -2px 0 6px rgba(0, 0, 0, 0.4), 4px 0 4px rgba(0, 0, 0, 0.5);
	-webkit-transform: translate(250px, 0);
	-ms-transform: translate(250px, 0);
	transform: translate(250px, 0);
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-opening .mm-menu~.mm-slideout {
		-webkit-transform: translate(250px, 0);
		-ms-transform: translate(250px, 0);
		transform: translate(250px, 0);
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0)
	}
}

@charset "UTF-8";
.mm-sronly {
	border: 0!important;
	clip: rect(1px, 1px, 1px, 1px)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	white-space: nowrap!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	position: absolute!important
}


/*Custom Css*/

@media screen and (min-width:1060px) {
	.mobile {
		display: none;
	}
}

@media only screen and (max-width:1060px) {
	.desktop {
		display: none;
	}
	.mm-menu.mm-offcanvas {
		font-size: 17px;
	}
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1040;
		background: white;
		left: 0;
		height: 45px;
		font-weight: bold;
	}
	.header .menu_icon {
		background-color: #fff;
		background-image: url("../icons/menu_mobile_G.png");
		background-position: 5px center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		width: 45px;
		height: 45px;
		float: left;
	}
	.header .logo {
		margin-top: 13px;
		float: left;
	}
	.header .logo img {
		height: 30px;
		vertical-align: baseline;
		margin-top:-5px;
	}
	/* 	
	#top {
		margin-top:45px;
		position:fixed;
		width:100%;
		top:0px;
		
	} */
	#top #top-submenu A {
		font-size: 0.8rem;
		font-weight: normal;
	}
	#body-separator {
		height: 45px;
	}
	.mm-menu a:not([href]) {
		visibility: visible;
		font-size: 15px;
		height: auto;
		width: auto;
		top: 0;
		color: #999;
		line-height: 22px;
	}
	.mm-listview .mm-next.mm-fullsubopen+span::after {
		content: "\BB";
		margin-left: 10px;
		display: inline;
	}
	.mm-listview li:hover .mm-next.mm-fullsubopen+a,
	.mm-listview li:hover .mm-next.mm-fullsubopen+span,
	.mm-listview li>a.hvr:hover {
		background: #242424;
		color: rgba(255, 255, 255, .7);
	}
	.mm-listview>li>a,
	.mm-listview>li>span {
		line-height: .5em;
		font-size: 17px;
	}
	#scin,
	#scin:hover,
	#fbin,
	#fbin:hover,
	#twin,
	#twin:hover,
	#yin,
	#yin:hover,
	#gin,
	#gin:hover {
		font-size: 23px;
		margin-left: 7px;
		background-repeat: no-repeat;
		background-size: contain;
		zoom: 101%;
		-webkit-zoom: 101%;
		-moz-zoom: 101%;
	}
	.top_social_icon {
		float: right;
		margin: 9px 10px 0px;
	}
	#fbin {
		background-image: url("../imgheader/arpm_social_icons_fb_32px.png");
		color: transparent;
		background-repeat: no-repeat
	}
	#fbin::after {
		content: url("../imgheader/arpm_social_icons_fb_32px.png");
		background-image: url("../imgheader/arpm_social_icons_fb_on_32px.png");
		display: none
	}
	#fbin:hover {
		background-image: url("../imgheader/arpm_social_icons_fb_on_32px.png");
		background-repeat: no-repeat
	}
	#yin {
		background-image: url("../imgheader/arpm_social_icons_yt_32px.png");
		color: transparent;
		background-repeat: no-repeat
	}
	#yin::after {
		content: url("../imgheader/arpm_social_icons_yt_32px.png");
		background-image: url("../imgheader/arpm_social_icons_yt_on_32px.png");
		display: none
	}
	#yin:hover {
		background-image: url("../imgheader/arpm_social_icons_yt_on_32px.png");
		background-repeat: no-repeat
	}
	#gin {
		background-image: url("../imgheader/arpm_social_icons_g_plus_off_32px.png");
		color: transparent;
		background-repeat: no-repeat
	}
	#gin::after {
		content: url("../imgheader/arpm_social_icons_g_plus_off_32px.png");
		background-image: url("../imgheader/arpm_social_icons_g_plus_off_32px.png");
		display: none
	}
	#gin:hover {
		background-image: url("../imgheader/arpm_social_icons_g_plus_on_32px.png");
		background-repeat: no-repeat
	}
	#twin {
		background-image: url("../imgheader/arpm_social_icons_tw_32px.png");
		color: transparent;
		background-repeat: no-repeat
	}
	#twin::after {
		content: url("../imgheader/arpm_social_icons_tw_32px.png");
		background-image: url("../imgheader/arpm_social_icons_tw_on_32px.png");
		display: none
	}
	#twin:hover {
		background-image: url("../imgheader/arpm_social_icons_tw_on_32px.png");
		background-repeat: no-repeat
	}
	#scin {
		background-image: url("../imgheader/arpm_social_icons_in_32px.png");
		color: transparent;
		background-repeat: no-repeat
	}
	#scin::after {
		content: url("../imgheader/arpm_social_icons_in_32px.png");
		background-image: url("../imgheader/arpm_social_icons_in_on_32px.png");
		display: none
	}
	#scin:hover {
		background-image: url("../imgheader/arpm_social_icons_in_on_32px.png");
		background-repeat: no-repeat
	}
	.top_social_icon {
		display: block;
		left: -250px;
		position: relative;
	}
	/* Anomalia menu, per centrare, necessarie: */
	html.mm-opening .header {
		top: -22px;
	}
	html.mm-opening div#top {
		top: 23px;
	}
	.mm-listview>li>a,
	.mm-listview>li>span {
		line-height: .5em;
		font-size: 16px;
		zoom: 101%;
		-webkit-zoom: 101%;
		-moz-zoom: 101%;
	}
	.mm-menu a:not([href]),
	.mm-navbar .mm-title,
	.mm-next:after,
	.mm-prev:before {
		zoom: 101%;
		-webkit-zoom: 101%;
	}
	html.mm-opening .mm-menu~.mm-slideout {
		box-shadow: -5px 0 22px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: -5px 0 22px rgba(0, 0, 0, 0.4);
	}
}

@media only screen and (max-width: 768px) {
	#body-separator {
		height: 0px;
	}
	.top_social_icon {
		left: -200px;
	}
	html.mm-opening .mm-menu~.mm-slideout {
		transform: translate(250px, 0);
		-webkit-transform: translate(250px, 0);
		-ms-transform: translate(250px, 0);
		-moz-transform: translate(250px, 0);
	}
}

@media only screen and (max-width: 480px) {
	html.mm-opening .mm-menu~.mm-slideout {
		transform: translate(250px, 0);
		-webkit-transform: translate(250px, 0);
		-ms-transform: translate(250px, 0);
		-moz-transform: translate(250px, 0);
	}
	.mm-listview>li>a,
	.mm-listview>li>span {
		line-height: .5em;
		font-size: 16px;
	}
	.mm-menu a:not([href]) {
		line-height: 27px;
	}
}

@media only screen and (max-width: 430px) {
	.top_social_icon {
		display: none;
	}
	html.mm-opening .mm-menu~.mm-slideout {
		transform: translate(250px, 0);
		-webkit-transform: translate(250px, 0);
		-ms-transform: translate(250px, 0);
		-moz-transform: translate(250px, 0);
	}
}